-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(gamelift): add MatchmakingConfiguration L2 Construct for GameLift #23326
Conversation
# Conflicts: # packages/@aws-cdk/aws-gamelift/lib/index.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments but looks good to me. Going to pass this off for a second opinion just to be sure
packages/@aws-cdk/aws-gamelift/lib/standalone-matchmaking-configuration.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have only cosmetic comments, this PR looks really good! I haven't reviewed the API in depth, since I don't have the context for this. The testing that you've added is top notch. I'm going to tag @otaviomacedo, since he was in charge of the RFC and is in a much better place to review the API than I am.
packages/@aws-cdk/aws-gamelift/lib/standalone-matchmaking-configuration.ts
Show resolved
Hide resolved
packages/@aws-cdk/aws-gamelift/test/queued-matchmaking-configuration.test.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-gamelift/test/queued-matchmaking-configuration.test.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I don't have anything to add to what the other reviewers have done.
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Following aws/aws-cdk-rfcs#436 I have written the Gamelift QueuedMatchmakingConfiguration and StandaloneMatchmakingConfiguration L2 constructs which create all related resources.
All Submissions:
Adding new Construct Runtime Dependencies:
New Features
yarn integ
to deploy the infrastructure and generate the snapshot (i.e.yarn integ
without--dry-run
)?By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license